Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Attaching package: 'xts'
The following objects are masked from 'package:dplyr':
first, last
Rows: 25508 Columns: 11
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (9): hour, min, sec, day, month, year, par, wind_speed, wind_dir
lgl (1): X10
dttm (1): ts
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 181173 Columns: 22
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (21): hour, min, sec, day, month, year, vmin, vsec, vday, vhour, vyear,...
dttm (1): ts
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 19094 Columns: 16
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (16): count, pressure, vx, vy, vz, a1, a2, a3, corr1, corr2, corr3, ana_...
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 279891 Columns: 23
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (21): hour, min, sec, day, month, year, vmin, vsec, vday, vhour, vyear,...
lgl (1): empty
dttm (1): ts
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 31310 Columns: 16
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
dbl (16): count, pressure, vx, vy, vz, a1, a2, a3, corr1, corr2, corr3, ana_...
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
ADV had incorrect RTC setting. Adding an offset to convert to clock time
# time offset in secondsts_offset <-671628945adv_status <-read_adv_status("data/LECS_2023/LECS_ADV/22.sen", ts_offset)
Rows: 1971617 Columns: 16
── Column specification ────────────────────────────────────────────────────────
chr (7): X1, X2, X4, X5, X6, X7, X8
dbl (9): X3, X9, X10, X11, X12, X13, X14, X15, X16
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.